C1SelectionManager.Select<T> Delegate
In This Topic
Used to set an item as selected/unselected.
Syntax
'Declaration
Public Delegate Sub C1SelectionManager.Select(Of )( _
ByVal As , _
ByVal As Boolean _
)
public delegate void C1SelectionManager.Select<>(
,
bool
)
Parameters
- item
- The item to mark as selected/unselected
- value
- The value to set
Type Parameters
- T
See Also